home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / What's New / Technical Notes and Q&As / ADC Reference Library / css / wwdcstyle041204.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-04-08  |  4.8 KB  |  338 lines

  1. #body h2 {
  2.     margin: 10px 0 -20px;
  3.     }
  4.  
  5. #body h3 {
  6.     background: #E1E1E1;
  7.     padding: 2px 5px;
  8.     margin: 25px 0 5px;
  9.     border: 1px solid #bbb;
  10.     }
  11.  
  12. #body h4 {
  13.     color: #000;
  14.     }
  15.  
  16. #sidebar .graybox td {
  17.     padding-bottom: 0;
  18.     }
  19.  
  20. #sidebar .graybox table.register td {
  21.     vertical-align: middle;
  22.     font-size: 11px;
  23.     padding-bottom: 8px;
  24.     }
  25.  
  26. #sidebar ul.nav {
  27.     margin-bottom: 10px;
  28.     }
  29.  
  30. .graybox td.center {
  31.     text-align: center;
  32.     }
  33.  
  34. #previouswinners h3 {
  35.     width: 448;
  36.     font-size: 14px;
  37.     background: #E1E1E1;
  38.     padding: 2px 5px;
  39.     margin: 30px 0 6px;
  40.     border: 1px solid #bbb;
  41.     }
  42.     
  43. #previouswinners .first {
  44.     margin-top: 0px;
  45.     }
  46.     
  47. #previouswinners h4 {
  48.     font-weight: bold;
  49.     font-size: 12px;
  50.     color: #000;
  51.     margin-bottom: 3px;
  52.     margin-top: 0;
  53.     }
  54.  
  55. #previouswinners p {
  56.     margin: 0 0 10px 20px;
  57.     }
  58.     
  59. #previouswinners p strong{
  60.     font-weight: bold;
  61.     color: #000;
  62.     }
  63.     
  64. #previouswinners .moreinfo {
  65.     margin-left: 0;
  66.     }
  67.     
  68. #videos object {
  69.     vertical-align: middle;
  70.     margin: 0 5px 0 10px;
  71.     }
  72.  
  73. #videos td {
  74.     padding-bottom: 7px;
  75.     }
  76.     
  77. /* sessions page definitions */
  78. .sessions {
  79.     border: 1px solid #919699;
  80.     margin-bottom: 10px;
  81.     }
  82.  
  83. .sessions th {
  84.     padding: 6px 10px 6px 10px;
  85.     font-size: 10px;
  86.     background: #7E91A4;
  87.     color: #FFF;
  88.     }
  89.  
  90. .sessions td {
  91.     font-size: 12px;
  92.     text-align: left;
  93.     vertical-align: top;
  94.     }
  95.  
  96. .sessions .title td {
  97.     border-top: 1px solid #919699;
  98.     background: #F0F5F9;
  99.     padding: 6px 10px 6px 10px;
  100.     }
  101.  
  102. .sessions .description {
  103.     padding: 10px;
  104.     background: #FFF;
  105.     }
  106.     
  107. .sessions .title td.sortcolumn {
  108.     background: #DCE5EE;
  109.     }
  110.     
  111. .sessions .description td.sortcolumn {
  112.     background: #F5F5F5;
  113.     }
  114.     
  115. .sessions th.sortcolumn {
  116.     background: #334455;
  117.     }
  118.     
  119. .sessionstop {
  120.     border-right: 1px solid #919699;
  121.     background: #E2E2E2;
  122.     text-align: left;
  123.     }
  124.     
  125. .sessionstop td {
  126.     border-top: 1px solid #919699;
  127.     border-left: 1px solid #919699;
  128.     padding: 10px;
  129.     text-align: left;
  130.     }
  131.     
  132. .earlyoffer {
  133.     border-top: 1px dashed #919699;
  134.     border-bottom: 1px dashed #919699;
  135.     padding: 5px 5px;
  136.     margin-bottom: 25px;
  137.     } 
  138.     
  139. /* calendar page definitions */
  140.  
  141. .days { 
  142.     border-top: 1px solid #919699;
  143.     border-right: 1px solid #919699;
  144.     height: 70px;
  145.     }
  146.  
  147. .days td {
  148.     font-size: 10px;
  149.     text-align: center;
  150.     padding: 4px;
  151.     border-bottom: 1px solid #919699;
  152.     border-left: 1px solid #919699;
  153.     }
  154.     
  155. .days td.current {
  156.     background: #f1f1f1;
  157.     font-weight: bold;
  158.     }
  159.  
  160.     /* calendar table */
  161. .calendar {
  162.     border-bottom: 1px solid #919699;
  163.     border-right: 1px solid #919699;
  164.     margin-bottom: 15px;
  165.     vertical-align: top;
  166.     }
  167.     
  168. .calendar td {
  169.     border-left: 1px solid #CCCFD0;
  170.     border-top: 1px solid #CCCFD0;
  171.     padding: 6px 8px;
  172.     font-size: 10px;
  173.     font-weight: bold;
  174.     color: #FFF;
  175.     height: 50px;
  176.     vertical-align: top;
  177.     }
  178.     
  179. .calendar th {
  180.     border-top: 1px solid #919699;
  181.     border-left: 1px solid #CCCFD0;
  182.     background: #EEEFF0;
  183.     padding: 6px 8px;
  184.     font-size: 10px;
  185.     text-align: center;
  186.     }
  187.  
  188. .calendar .empty {
  189.     background: #FFF;
  190.     border-top: none;
  191.     border-left: none;
  192.     }
  193.     
  194. .calendar .location {
  195.     border-left: 1px solid #919699;
  196.     border-top: 1px solid #CCCFD0;
  197.     background: #EEEFF0;
  198.     font-weight: bold;
  199.     color: #000;
  200.     
  201.     }
  202.     
  203. .calendar .first {
  204.     border-top: 1px solid #919699;
  205.     border-left: 1px solid #919699;
  206.     }
  207.     
  208. .calendar .special {
  209.     color: #000;
  210.     font-weight: normal;
  211.     }
  212.     
  213. .calendar .special a:link {
  214.     color: #00f;
  215.     text-decoration: none;
  216.     }
  217.  
  218. .calendar .special a:visited {
  219.     color: #00a;
  220.     text-decoration: none;
  221.     }
  222.  
  223. .calendar .special a:hover, .calendar .special a:active {
  224.     color: #f60;
  225.     text-decoration: underline;
  226.     }
  227.     
  228. .calendar .quicktime {
  229.     background: #92B6E1;
  230.     }
  231.     
  232. .calendar .general {
  233.     background: #9A749C;
  234.     }
  235.  
  236. .calendar .enterprise {
  237.     background: #A9A9A9;
  238.     }
  239.  
  240. .calendar .frameworks {
  241.     background: #B4A851;
  242.     }
  243.  
  244. .calendar .graphics {
  245.     background: #F1AB00;
  246.     }
  247.  
  248. .calendar .core {
  249.     background: #689788;
  250.     }
  251.     
  252. .calendar .hardware {
  253.     background: #587993;
  254.     }
  255.  
  256. .calendar .devtools {
  257.     background: #B75312;
  258.     }
  259.     
  260. .calendar a:link, .calendar a:visited {
  261.     color: #FFF;
  262.     font-weight: bold;
  263.     text-decoration: none;
  264.     }
  265.  
  266. .calendar a:hover, .calendar a:active {
  267.     color: #FFF;
  268.     font-weight: bold;
  269.     text-decoration: underline;
  270.     }
  271.     
  272. .calendar th.middle, .calendar td.middle {
  273.     vertical-align: middle;
  274.     }
  275.     
  276.     /* legend table */
  277. .colorkey {
  278.     border: 1px solid #919699;
  279.     margin-right: 15px; 
  280.     }
  281.     
  282. .colorkey th {
  283.     font-size: 10px;
  284.     font-weight: bold;
  285.     padding: 10px;
  286.     }
  287.     
  288. .colorkey td {
  289.     font-size: 10px;
  290.     padding: 0 10px 10px 10px;
  291.     }
  292.  
  293. .colorkey img {
  294.     vertical-align: middle;
  295.     }
  296.     
  297.     /* promo tables */
  298. .calendarbottom {
  299.     border: 1px solid #919699;
  300.     width: 100%;
  301.     margin-bottom: 15px;
  302.     }
  303.     
  304. .calendarbottom td {
  305.     font-size: 10px;
  306.     padding: 10px
  307.     }
  308.     
  309. .calendarbottom table td {
  310.     padding: 0;
  311.     }
  312.     
  313. .calendarbottom img {
  314.     vertical-align: middle;
  315.     }
  316.     
  317. .normal {
  318.     font-weight: normal;
  319.     }
  320.     
  321. ul.links li {
  322.     margin-bottom: 4px;
  323.     padding-left: 0;
  324.     background: none;
  325.     }
  326.     
  327. /* ADA Definitions */
  328.  
  329. .enterbutton {
  330.     text-align: right;
  331.     padding: 8px 0 0 0;
  332.     margin: 15px 0 30px 0;
  333.     border-top: 1px solid #bbb;
  334.     }
  335.     
  336. .listintro {
  337.     margin-bottom: 0;
  338.     }